# Update FASP provider capabilities

Updates the capabilities of a registered FASP provider. Merges new capabilities with existing ones and activates newly enabled capabilities on the remote provider by calling their activation endpoint. Requires Federation.Manage RBAC permission.

RBAC: requires Federation.Manage

Endpoint: POST /api/v1/fasp/{providerId}/capabilities
Version: 1.0
Security: header

## Path parameters:

  - `providerId` (integer, required)
    ID of the FASP provider

## Request fields (application/json):

  - `id` (string, required)

  - `version` (string, required)

  - `enabled` (boolean)


## Response 400 fields
